home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / aval_377 / demo.bat / update.bat < prev   
DOS Batch File  |  1993-10-03  |  935b  |  26 lines

  1. ; This file shows, how to do a update filerequest.
  2. ; The archive AVAL_????.??? will only be requested if a new version exists.
  3. ; The request will be created every 1st of month.
  4. ;
  5. ; Dieser Batch demonstriert, wie ein sogenannter UpdateRequest erstellt
  6. ; werden kann. Das Archiv AVAL_????.??? wird nur dann requestet, wenn eine
  7. ; neuere Version existiert. An jedem 1. im Monat wird der Request erstellt.
  8. ; --------------------------------------------------------------------------
  9.  
  10. DAY?
  11. IFERR# 1 jump
  12. APPEND 09610103.REQ
  13.  
  14. ; Now write UpdateRequest (with Drive\Path\File)
  15. ; For more information read the manual of Binkley-Term.
  16. ; Nun schreibe den UpdateRequest (mit Laufwerk\Pfad\Datei)
  17. ; Fr mehr Informationen bitte das Handbuch zu Binkley-Term lesen.
  18.  
  19. WRITE D:\ARCHIVES\AVAL_????.???
  20.  
  21. CLOSE
  22. :jump
  23.  
  24. ; You can also use APPEND 1UP02V00.ORT in 4D-mode.
  25. ; Im 4D-Mode kann auch APPEND 1UP02V00.ORT verwendet werden.
  26.